import { handlers } from "@/server/auth"; // Referring to the auth.ts we just created

// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
export const { GET, POST } = handlers;
